home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 120
/
Vol 120.iso
/
games
/
tobby_ur.swf
/
scripts
/
DefineSprite_142_stg2
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-11-09
|
257 b
|
13 lines
function scrollMap()
{
this.px -= _root.scrollSpeed;
if(this.scrollEnd >= this.px)
{
this.px = this.scrollEnd;
}
_root.baseX = - this.px;
}
this.px = this._x;
this.scrollEnd = - (this._width - 640);
_root.baseX = - this.px;